.img-header img {
  margin-left: -200px;
  width: 170%;
}
@media screen and (max-width: 991px) {
  .img-header img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4rem;
  }
}

.col-icon {
  display: flex;
  align-items: center;
}
.col-icon img {
  height: 50px;
}
.col-icon p {
  font-weight: 700;
  margin: 0;
  padding-left: 1rem;
  font-size: 16px;
}

.teletalk {
  min-height: 300px;
  width: 100%;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B468cdd25-de65-4b4b-acf7-8df65289469f%7D_talk-bg.png");
  background-size: 750px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 4rem 2rem;
}
@media screen and (max-width: 991px) {
  .teletalk {
    background-image: none;
  }
}
.teletalk h2 {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 1rem;
}
.teletalk img {
  width: 280px;
  margin: 0 auto;
  display: block;
}

.speakers2 {
  min-height: 300px;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B380ff7ba-4334-4961-9f59-9726c6ba0132%7D_speakers-bg.png");
  background-size: cover;
  padding: 6rem 2rem;
}
.speakers2 h2 {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 1rem;
}
.speakers2 img {
  width: 280px;
  margin: 0 auto;
  display: block;
}

.demo2 {
  width: 100%;
  min-height: 200px;
  padding: 1rem 2rem 6rem;
}
.demo2 h2 {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 3rem;
  text-align: center;
}
.demo2 .box-res {
  width: 100%;
  min-height: 340px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 3rem 2rem;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #61d6ff, #61d6ff 45.02%, #9c4de8 63.56%, #da291c 85.52%, #da291c);
  border-image-slice: 1;
  position: relative;
  transition: all 300ms ease-in-out;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .demo2 .box-res {
    margin-bottom: 4rem;
  }
}
.demo2 .box-res:hover {
  transition: all 300ms ease-in-out;
  background: linear-gradient(156.59deg, #fff 49.54%, #d2f5ff 122.84%);
}
.demo2 .box-res .title-res {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.demo2 .box-res .title-res img {
  width: 50px;
}
.demo2 .box-res .title-res p {
  font-weight: 700;
  margin: 0;
  font-size: 1.2rem;
  font-family: "Oxygen", sans-serif;
  padding-left: 1rem;
  line-height: normal;
}

.location2 {
  width: 100%;
  min-height: 200px;
  padding: 6rem 2rem;
  background: linear-gradient(276deg, #fff 46.42%, rgba(210, 245, 255, 0.5) 97.38%, #62d6ff 121.99%);
}
.location2 h2 {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .location2 .col-loc-cont {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .location2 .col-loc-cont img {
    width: 90% !important;
    margin: 0 auto 2rem;
    display: block;
  }
}
.location2 .col-loc-txt {
  padding-right: 4rem;
}
@media screen and (max-width: 991px) {
  .location2 .col-loc-txt {
    padding-right: 0;
  }
}
.location2 .map {
  margin-top: 2rem;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #61d6ff, #61d6ff 45.02%, #9c4de8 63.56%, #da291c 85.52%, #da291c);
  border-image-slice: 1;
}

.lang-btn {
  border: 2px solid #61d6ff;
  padding: 8px 12px;
  background-color: white;
  margin: 4px;
  cursor: pointer;
}

.lang-btn:hover {
  background-color: #61d6ff;
}

.lang-btn.active {
  background-color: #61d6ff;
  color: #61d6ff;
  font-weight: bold;
}

.journey-header__date {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.journey-header__date span {
  font-size: 14px;
}

.lang-btn.active {
  background-color: #D2F5FF;
  color: #000;
  font-weight: bold;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

.cta-demo {
  position: absolute;
  bottom: 1rem;
}

.ctain2 a {
  text-decoration: none;
}

.ctain2 a p {
  text-decoration: none;
  margin: 0;
}

.ctain2 a p:after {
  content: "";
  background-image: url("https://www.avaya.com/etc.clientlibs/aem-avaya-portal/clientlibs/clientlib-site/resources/images/svg/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  left: 30px;
  top: -26px;
  transition: left 500ms;
  height: 24px;
  width: auto;
  display: block;
}

.ctain2 a p:hover::after {
  left: 45px;
}
